home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / printer / anybeta.zip / UNPACK.BAT < prev   
DOS Batch File  |  1995-10-06  |  417b  |  12 lines

  1. @echo off
  2. echo -------------  A n y L a b e l  U n p a c k  ----------------
  3. echo This batch file will unpack the AnyLabel installation program.
  4. echo Once this batch file has completed you may then install the
  5. echo AnyLabel program using the setup program.
  6. echo -------------------------------------------------------------
  7. pause
  8. ren anybeta.pak anybeta.exe
  9. anybeta -d
  10. ren anybeta.exe anybeta.pak
  11. echo on
  12.